home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1099.dms / q1099.adf / MathPlot / Macros / test13.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-10  |  195b  |  16 lines

  1. /* test fault */
  2. address "MPlot_ARexx"
  3. options results
  4.  
  5. do i=-30 to 30 
  6.  do a=-30 to 30
  7.   point i"*pi/30" a"*1/30"
  8.  end
  9. end
  10.  
  11. do i=-10 to 10
  12.  line "0 0 "i"*pi/10  1"
  13.  line "0 0 "i"*pi/10 -1"
  14. end
  15.  
  16.